home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0198 / AMOSLIST / 000103_amos-request@svcs1.digex.net_Thu Jan 22 10:37:49 1998.msg < prev    next >
Text File  |  1998-06-24  |  3KB  |  61 lines

  1. >From amos-request@svcs1.digex.net  Thu Jan 22 10:37:48 1998
  2. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  3.     by pony-2.mail.digex.net (8.8.8/8.8.8) with ESMTP id KAA10095
  4.     for <mcox@access.digex.net>; Thu, 22 Jan 1998 10:37:48 -0500 (EST)
  5. Received: (from daemon@localhost)
  6.     by svcs1.digex.net (8.8.5/8.8.5) id HAA04505
  7.     for amos-out; Thu, 22 Jan 1998 07:40:03 -0500 (EST)
  8. Received: from pony-2.mail.digex.net (pony-2.mail.digex.net [204.91.241.6])
  9.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id HAA04502
  10.     for <amos-list@svcs1.digex.net>; Thu, 22 Jan 1998 07:40:02 -0500 (EST)
  11. Received: from mail1.desupernet.net (mail.desupernet.net [204.249.184.22])
  12.     by pony-2.mail.digex.net (8.8.8/8.8.8) with SMTP id HAA13628
  13.     for <amos-list@access.digex.net>; Thu, 22 Jan 1998 07:40:01 -0500 (EST)
  14. Received: (qmail 24267 invoked from network); 22 Jan 1998 12:40:36 -0000
  15. Received: from unknown (HELO redrose.net) (mushy-pd@208.7.253.142)
  16.   by 204.249.184.22 with SMTP; 22 Jan 1998 12:40:36 -0000
  17. From: Mush <mushypd@redrose.net>
  18. Reply-To: mushypd@redrose.net
  19. To: Fabrizio Bazzo <fabrizio@mail.seta.it>
  20. CC: amos-list@access.digex.net
  21. Date: Thu, 22 Jan 1998 07:41:02 +0500
  22. Message-ID: <yam7326.144.4277480@mail.redrose.net>
  23. In-Reply-To: <3.0.1.32.19980122084828.0079f5c0@mail.seta.it>
  24. X-Mailer: YAM 1.3.5 [020] - Amiga Mailer by Marcel Beck
  25. Organization: Mushroom PD - AMOS Public Domain Library
  26. Subject: Re: Max value for listview
  27. MIME-Version: 1.0
  28. Content-Type: text/plain; charset=iso-8859-1
  29. Content-Transfer-Encoding: 8bit
  30. X-MIME-Autoconverted: from quoted-printable to 8bit by svcs1.digex.net id HAA04503
  31. Status: O
  32. X-Status: 
  33.  
  34. It was on the night of 22-Jan-98, when no creatures were stirring, and all was
  35. silent. Suddenly, Fabrizio jumped out from behind a rock and wouldnt stop
  36. shouting about "Max value for listview" until I was forced to knock them out:
  37. �-> Hi,
  38. �-> is there a way to set the index of the last visible item using a listview
  39. �-> with the GUI extension?
  40. �-> The array is always the same, but the number of available items can vary,
  41. �-> and i don't like all that blanked lines at the bottom...
  42. �-> any idea??
  43.  
  44. Use the GUI SET command with the slider parameters to set the amount of space
  45. available at that time, hence saving the display on the screen:
  46.  
  47. SLIDER    - Gui Set window,gadget,0,pos (Set Position of Bar)
  48. Gui Set window,gadget,1,sm (Set Minimum Value of Slider)
  49. Gui Set window,gadget,2,mx (Set Max Value of Slider)   
  50.  
  51. Andrew "Mushroom" Kellett
  52. --
  53.  Email: Andy Kellett <mushypd@redrose.net>  Team *AMOS* + IAPA Team *AMIGA*
  54.   alt.religion.amos - AMOS now on usenet! AMOS Mailinglist also mirrored
  55.  
  56.      World's Largest AMOS Homepages - http://www.mushy-pd.demon.co.uk
  57.                Official F1 Software Distributor for the USA
  58.  
  59.          Massive FTP site with AMOS/C64 and Mods/Samples + more at
  60.                             mushy-pd.dyn.ml.org
  61.